home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Utilities / MUIPictureCat / MUIPictureCatalog.readme < prev    next >
Encoding:
Text File  |  2001-05-26  |  3.0 KB  |  107 lines

  1. Short:    PageStream arexx script - picture overview
  2. Uploader: Michael.Merkel@gmx.net (Michael Merkel)
  3. Author:   Michael.Merkel@gmx.net (Michael Merkel)
  4. Type:     text/dtp
  5. Replaces: text/dtp/MUIPicCatalog.lha
  6. Version:  V4.05 (26. May 2001)
  7.  
  8.  
  9. ABOUT
  10. -----
  11. This is an ARexx script for use with PageStream3/4.
  12. With this script you can specify a drawer. This selected drawer
  13. (and all its subdrawers and there subdrawers ...) is searched for
  14. pictures. These pictures are loaded and placed in PageStream3 as
  15. a PictureCatalog.
  16. If you want the generated pages will be printed or saved.
  17.  
  18.  
  19. DISTRIBUTION
  20. ------------
  21. spread it! use it! _write me!_
  22.  
  23.  
  24. REQUIREMENTS
  25. ------------
  26. * PageStream3/4 (of course!!!) >= V3.4! (V4 recomended)
  27. * MUI
  28. * rxMUI!! (http://web.tiscalinet.it/amiga/rxmui/)
  29. * Pictures! :-))
  30.  
  31.  
  32. INSTALLATION
  33. ------------
  34. * extract this archive to your RAM disk
  35. * Start the installer script from there
  36.   USE THE INSTALLER. IT SETS THE INSTALLATION PATH INSIDE THE SCRIPT!
  37.   IF YOU DO NOT USE THIS THE SCRIPT WILL NOT WORK 100% FOR SURE!
  38.  
  39.  
  40. USAGE
  41. -----
  42. * select "Play External Script" in PageStream and chose this one
  43. * loooook!!!
  44.  
  45.  
  46. **********************************************************
  47. * ATTENTION:                                             *
  48. * ----------                                             *
  49. * The prefs window of MUIPicCatalog can be quite large   *
  50. * depending on your MUI font configuration. So be shure  *
  51. * to have a WorkBench/PageStream4 screen which is large  *
  52. * enough! Otherwise it can result in crashes at startup! *
  53. **********************************************************
  54.  
  55.  
  56. HISTORY
  57. -------
  58. V4.00 (17. March 2000)
  59.  * rewritten the GUI of MUIPictureCatalog to use rxMUI!
  60.    rxMUI has much more power than MUIRexx and is more class like
  61.    developing. It's simply better and currently in development.
  62.  * maybe fixed some bugs - maybe developed some new ones... ;-)
  63.  * check for the fields which require measurement values added
  64.  * added example prefs
  65.  * textinput to insert the description text for the thumbnails
  66.  * in general more error proof(?)
  67.  * added installer script. You MUST use it.
  68.  
  69. V4.01 (09. April 2000)
  70.  * added vertical option.
  71.    Now the thumbnails also can be placed in a vertical order instead of
  72.    the present horizontal one.
  73.  
  74. V4.02 (30. January 2001)
  75.  * works now with rxMUI > v4.2
  76.  
  77. V4.03 (17. March 2001)
  78.  * fpo settings now work ;-)
  79.  * -> In ~90% of all tries with current pgs 4.0.8 I get software failures 80...04!
  80.    Looks like e PGS bug?
  81.  
  82. V4.04 (24. May 2001)
  83.  * added "MUI Prefs" Menu entry
  84.  * help bubbles should work now (with rxMUI >=V8.0)
  85.  * still problems with current pgs 4.0.9 (software failures 80...04, alerts)
  86.    With pgs 4.0.7 these problems don't occur.
  87.  
  88. V4.05 (26. May 2001)
  89.  * added button attribute to the title picture (-> about on click)
  90.  
  91.  
  92. AUTHOR
  93. ------
  94. Michael Merkel (MiMe@IRC)
  95. Michael.Merkel@gmx.net (Michael Merkel)
  96. http://home.t-online.de/home/Merkel.Michael/
  97.  
  98.  
  99. THANKS TO
  100. ---------
  101. SoftLogik
  102.     for this wonderful program! It's the best on all platforms...
  103.  
  104. Alfonso Ranieri
  105.     for rxMUI
  106.  
  107.